I've tried to use {assessment_CURRENT_TOTAL} directly in an equation type question several times before without success and that's why I was still (in 2014) using a basic numerical question + js to store this precious value in the db (to avoid a neverending equation with dozens of qcodes when using radio type questions)...
I've installed your nice sample and I've got this working now... The trick seems that a placeholder type question is required in the same group than the equation question... Why?
Hey, there's nothing wrong with "using a basic numerical question + js" :laugh:
I suspect (without testing) that if the equation question is hidden and there is no placeholder (or other relevant question), the group is never rendered so the equation question cannot be loaded and stored in the data.
Of course, you can still force the submit as in your example but then you're back to where you started...
Happy New Year to you too.
.
Cheers,
Tony Partner Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
Hello,
i want to do the same without displaying the score to the users.
When i remove displaying, the assessment_CURRENT_TOTAL is equal to 0 ...
thanks for your help